home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_1.3 / Include-Strip1.3 / include.h / graphics / graphint.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-07-15  |  219 b   |  15 lines

  1. #ifndef    GRAPHICS_GRAPHINT_H
  2. #define    GRAPHICS_GRAPHINT_H
  3. #ifndef    EXEC_NODES_H
  4. #include    <exec/nodes.h>
  5. #endif
  6. struct    Isrvstr
  7. {
  8. struct    Node    is_Node;
  9. struct    Isrvstr    *Iptr;
  10. int    (*code)();
  11. int    (*ccode)();
  12. int    Carg;
  13. };
  14. #endif
  15.